internal/runtime/maps.table.localDepth (field)
9 uses
internal/runtime/maps (current package)
map.go#L356: entries := 1 << (m.globalDepth - nt.localDepth)
map.go#L364: if old.localDepth == m.globalDepth {
map.go#L392: entries := 1 << (m.globalDepth - left.localDepth)
table.go#L51: localDepth uint8
table.go#L80: localDepth: localDepth,
table.go#L753: entries := 1 << (it.m.globalDepth - it.tab.localDepth)
table.go#L1180: localDepth := t.localDepth
table.go#L1228: newTable := newTable(typ, uint64(newCapacity), t.index, t.localDepth)
table_debug.go#L86: localDepth: `, t.localDepth, `
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |